Skip to content

1.20: minor changes to java change notes#1117

Merged
yh-semmle merged 2 commits into
github:rc/1.20from
felicitymay:1.20/java-change-notes
Mar 18, 2019
Merged

1.20: minor changes to java change notes#1117
yh-semmle merged 2 commits into
github:rc/1.20from
felicitymay:1.20/java-change-notes

Conversation

@felicitymay

Copy link
Copy Markdown
Contributor

A couple of very minor changes to the notes in preparation for release.

Comment thread change-notes/1.20/analysis-java.md Outdated
|----------------------------|------------------------|------------------------------------------------------------------|
| Arbitrary file write during archive extraction ("Zip Slip") (`java/zipslip`) | Fewer false positive results | Results involving a sanitization step that converts a destination `Path` to a `File` are no longer reported. |
| Double-checked locking is not thread-safe (`java/unsafe-double-checked-locking`) | Fewer false positive results and more true positive results | Results that use safe publication through a `final` field are no longer reported. Results that initialize immutable types like `String` incorrectly are now reported. |
| Double-checked locking is not thread-safe (`java/unsafe-double-checked-locking`) | Fewer false positive and more true positive results | Results that use safe publication through a `final` field are no longer reported. Results that initialize immutable types like `String` incorrectly are now reported. |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this line can be removed because this query is introduced in this release, so this line should not have been added in the first place.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I should have spotted that.

@felicitymay

Copy link
Copy Markdown
Contributor Author

Thanks for the review. I've removed the relevant line.

@felicitymay felicitymay added this to the 1.20 milestone Mar 18, 2019
@yh-semmle yh-semmle merged commit 23f7171 into github:rc/1.20 Mar 18, 2019
@felicitymay felicitymay deleted the 1.20/java-change-notes branch September 23, 2019 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants